[][src]Crate rio_api

This crate provides basic interfaces and data structures for building RDF parsers.

It is currently used by the rio_turtle and rio_xml crates.

Modules

formatter

Interfaces for RDF formatters.

iri

Utilities to validate and resolve IRIs following RFC 3987.

language_tag

Utilities to validate language tags following RFC 5646.

model

Data structures for RDF 1.1 Concepts like IRI, literal or triples.

parser

Interfaces for RDF parsers.